home *** CD-ROM | disk | FTP | other *** search
/ Varios Español / Varios Español.iso / DBASE5 / TEMPLATE.ZIP / DD_FCOPY.COD < prev    next >
Text File  |  1994-10-12  |  364b  |  12 lines

  1. //
  2. // Module Name: DD_FCOPY.COD - currently (selector name): Menu_Act = 18
  3. // Selectors used : File_from, File_To
  4. // Description: DOC. include file for the File Copy option.
  5. // Syntax     : COPY file <name> to <new file>
  6. //
  7. {if File_from and File_To then}
  8. Copiar el fichero {File_from} en el fichero {File_To}
  9. {endif}
  10. {endofpage();}
  11. // EOP DD_COPY.COD
  12.